From 57f1ccd4eed39cc5f8a19ff9748854255d6a3b32 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 14 Nov 2018 09:49:30 -0600 Subject: [PATCH] Document usage --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 2652e80..abd0cbc 100644 --- a/README.rst +++ b/README.rst @@ -40,6 +40,17 @@ You will almost always want to install this when installing any of the other PGWUI programs. +Usage +----- + +PGWUI_Logout is included when PGWUI is installed. + +When writing your own `Pyramid`_ application, in addition to +configuring ``pgwui_logout``, ``pgwui_common`` must typically be +configured. This can be done with any of `Pyramid's `_ +configuration mechanisms. + + URL Configuration ----------------- @@ -78,3 +89,4 @@ provided by `The Dian Fossey Gorilla Fund .. _PostgreSQL: https://www.postgresql.org/ +.. _Pyramid: https://trypyramid.com/ -- 2.34.1